home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / IAC Tools / iac.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  640 b   |  27 lines  |  [TEXT/KAHL]

  1.   
  2.  
  3. /*© Copyright 1988-1992 UserLand Software, Inc.  All Rights Reserved.*/
  4.  
  5.  
  6. #include "iacinternal.h"
  7.  
  8.  
  9. /*
  10. 8/24/92 DW: IAC Tools has been factored and optimized for the third time. At this point
  11. there is no code that all different code types include.
  12.  
  13. The net effect -- if you use THINK C, you can safely include all the iacxxx.c files in
  14. your project, and with the Smart Link feature turned on, you'll get a reasonably small
  15. size link.
  16.  
  17. We stopped short of going all the way, putting each routine in its own file. We felt that
  18. that would be too unwieldy, and would get back very small amounts of memory.
  19. */
  20.  
  21.  
  22. tyIACglobals IACglobals;
  23.  
  24.  
  25.  
  26.  
  27.